From e076de270a125b1478a19a5f6645ca05e9fddfb6 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Mon, 14 Apr 2025 19:25:18 +0300 Subject: [PATCH] syncthing: bump to 1.29.5 Bugfixes: - use separate lock file instead of locking the certificate Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.29.5 Signed-off-by: George Sapkin --- utils/syncthing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 42d3958a28..186f72486b 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.29.4 +PKG_VERSION:=1.29.5 PKG_RELEASE:=1 PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION) -PKG_HASH:=d17699e3233127dd7f1315b41bec3926fdac42b6beeca4fcb6f05b1e25ed9941 +PKG_HASH:=17f60258af1043db93f1df3609222cdd40b4fdcccae5c60dce46c557e0796098 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME) -- 2.30.2